func crypto/internal/fips140/aes/gcm.gcmAesDec

2 uses

	crypto/internal/fips140/aes/gcm (current package)
		gcm_asm.go#L28: func gcmAesDec(productTable *[256]byte, dst, src []byte, ctr, T *[16]byte, ks []uint32)
		gcm_asm.go#L123: 		gcmAesDec(&g.productTable, out, ciphertext, &counter, &expectedTag, aes.EncryptionKeySchedule(&g.cipher))